html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
li,
input,
span,
a,
i {
    padding: 0;
    margin: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

html {
    font-family: "microsoft yahei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;

    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    height: 100vh;

    background-color: white;
    -webkit-overflow-scrolling: touch;
}

body {
    background-color: white;
	min-width:1200px;
}

img {
    border: none;
    vertical-align:top;
    max-width:100%;
}

a {
    text-decoration: none;
/*    display: inline-block;
    width: 100%;
    height: 100%;*/

}

button {
    cursor: pointer;
    outline: 0;
}

ul,ol {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear { clear:both; height:0; font-size:0px; line-height: 0px; }
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix { zoom:1; }
